home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / mac / Technical Documentation / Develop / develop Issue 25 / develop Issue 25 code / ToolFrontEnd.sea / ToolFrontEnd / Building / Building
Encoding:
Text File  |  1995-12-20  |  1.2 KB  |  15 lines  |  [TEXT/ttxt]

  1. Building ToolFrontEnd
  2. by Tim Maroney
  3. 20 Dec 95
  4. --------------------
  5.  
  6. See my column in develop issue 25 for more information on ToolFrontEnd.
  7.  
  8. This version of ToolFrontEnd is 1.0d1. There may be a more recent version on the Web, at http://dev.info.apple.com/develop/developtoc.html.
  9.  
  10. Drag the “ToolFrontEnd Source” folder into the Metrowerks “CW Plugin API” folder. There are three different files to build, and five project files to build them. The compiler and include file scanner are fat, so they have two project files apiece. Build the 68K project first, then the PowerPC project.
  11.  
  12. Because of space limitations (remember when 660Mb seemed like a lot?) MoreFiles is only provided once on this CD. Find it and then drag it to the place marked as “Put MoreFiles 1.3 Here” in the “ToolFrontEnd Source” folder.
  13.  
  14. You can create your own include file scanners. Make a copy of the “Default Scanner” folder and customize it as you need. This will be called from the ToolFrontEnd compiler based on your bindings in the ToolFrontEnd panel. Scanners live in the new “Include Scanners” folder in “CodeWarrior Plugins”. The code for the default scanner, called “#include”, was cribbed from the example compiler plug-in provided with CodeWarrior.
  15.